MSVC Builds: Fix Introspection Builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:26:18 +0000 (13:26 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:26:18 +0000 (13:26 +0800)
Commit e26bdbda only partially made the necessary changes due to the use of
the deprecated headers in GDK.  Fix that.

build/gen-file-list-gtk.py

index 045f860e9d87f8bea6e531fa7da30043a76cecb8..f39944a08226baa193434f91422c40216d9abc3e 100644 (file)
@@ -18,7 +18,7 @@ def gen_gdk_filelist(srcroot, subdir, dest):
 
     vars['gdk_enums'] = 'gdkenumtypes.c gdkenumtypes.h'
 
-    files = vars['gdk_public_h_sources'].split() + \
+    files = vars['gdk_h_sources'].split() + \
             vars['gdk_c_sources'].split() + \
             vars['gdk_enums'].split()